home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Precision Software Appli…tions Silver Collection 4
/
Precision Software Applications Silver Collection Volume 4 (1993).iso
/
stats
/
numrolgy.exe
/
PNMANUAL.BAT
< prev
next >
Wrap
DOS Batch File
|
1992-05-05
|
896b
|
25 lines
echo off
cls
echo
echo ┌─────────────────────────────────────────────────────────────┐
echo │ │
echo │ You are about to print the Personal Numerologist's Manual │
echo │ │
echo │ Please ready your printer to print 30 pages │
echo │ │
echo └─────────────────────────────────────────────────────────────┘
echo
echo You can press (Ctrl)(Break) to cancel this job now, or
echo press any other key to continue.
echo
pause
echo
echo Printing. . .
echo
copy pnmanual.doc lpt1:
echo
echo
echo Printing completed
echo
echo